home *** CD-ROM | disk | FTP | other *** search
- global objBookmark
-
- on mouseDown
- set tSprite to clickOn()
- repeat while stillDown()
- if rollOver(tSprite) then
- set the castNum of sprite tSprite to 114
- else
- set the castNum of sprite tSprite to 113
- end if
- updateStage()
- end repeat
- set the castNum of sprite clickOn() to 113
- updateStage()
- if rollOver(tSprite) then
- enterUserName(tSprite)
- end if
- end
-